func sort.float64sAreSortedImpl

2 uses

	sort (current package)
		sort.go#L187: func Float64sAreSorted(x []float64) bool { return float64sAreSortedImpl(x) }
		sort_impl_go121.go#L21: func float64sAreSortedImpl(x []float64) bool { return slices.IsSorted(x) }